home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Tele / U-V / UULite1.4.cpt / UULite1.4.rsrc / TEXT_2001_Tutorial.txt < prev    next >
Text File  |  1992-09-07  |  10KB  |  258 lines

  1.                                                       READ NEWS TUTORIAL
  2.  
  3. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4. The "Read News Tutorial" is a sample session where 2 Gif files are retrieved using the "rn"
  5. (Read News) program and downloaded to a Macintosh.
  6.  
  7. This tutorial was created in response to many questions from Mac users on the internet
  8. who don't know where to begin when downloading Pictures.  Many of these users have
  9. no trouble downloading files from their favorite BBS.  Hopefully this section will help.
  10.  
  11. This is not intended to be a manual for Read News.  This only covers the basic features
  12. required to download uuencoded pictures.
  13. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. CONVENTIONS USED IN THIS TUTORIAL:
  21.  
  22.  
  23. - Text appearing between caret lines are narrative descriptions or comments on the
  24.    session.
  25.  
  26.     Example: 
  27.  
  28.    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  29.     This is a description
  30.    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37. - Text enclosed in curly braces is a comment not actually occurring in the session.
  38.  
  39.     Example: 
  40.  
  41.     {this is a comment}
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48. - Text that is enclosed in brackets "< >" is text that was actually typed by the user.  It's
  49.    important to note that the brackets themselves were not typed by the user in the actual
  50.    online session.
  51.  
  52.     Example: 
  53.  
  54.     <This is stuff that the user typed>
  55.  
  56.  
  57.  
  58.  
  59. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  60. The session begins below.  The user has just used his/her telecommunications software
  61. to dial up a public access Internet node.
  62. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  63.  
  64.  
  65.  
  66. CONNECT 9600
  67.  
  68. Welcome to THE BOARD
  69.  
  70. Public Access UNIX
  71.  
  72. Login as 'new' if you do not have an account
  73.  
  74. login: <jstrobel>
  75. Password: <        >                                          {password is not displayed}
  76. Last login: Wed Jan 22 08:29:02 on tty01
  77. SunOS Release 4.0.3 (CREATION) #5: Wed Oct 11 20:55:28 EDT 1989
  78.  
  79.                 The Board welcomes you
  80.  
  81.  
  82. TERM = (vt100) <vt102>
  83.  
  84. Erase is Backspace
  85. No new messages.
  86.  
  87. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  88. The Read News program is started up with the command "rn."
  89. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  90.  
  91. board% <rn>
  92. Unread news in general                                          13 articles
  93. Unread news in blocal.general                                4 articles
  94. Unread news in blocal.jokes                                   2 articles
  95. Unread news in blocal.mail.com-priv                      133 articles
  96. Unread news in blocal.mail.peacenet                      100 articles
  97. etc.
  98.  
  99. ********  13 unread articles in general--read now? [ynq] </pict*misc>
  100. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  101. We have just asked rn to search for any sections that fit the pattern "pict*misc".
  102. The "*" is a wild card and will match any number of occurrences of any characters.
  103.  
  104. For instance the following article headers would match:
  105.    alt.binaries.pictures.misc
  106.    alt.pictures.misc
  107.    comp.binaries.pictures.misc
  108.    comp.graphics.pictures.misc
  109.  
  110. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  111. Searching...
  112. ********  6 unread articles in alt.binaries.pictures.misc--read now? [ynq] <=>
  113.  
  114. {"=" was typed.  This lists all the articles in this section by number.}
  115.  
  116.  1980 homers01.gif (1/3)
  117.  1981 homers01.gif (2/3)
  118.  1982 homers01.gif (3/3)
  119.  1998 Kirk and Spock, from Star Trek VI (2/3)
  120.  1999 Kirk and Spock, from Star Trek VI (3/3)
  121.  2000 Kirk and Spock, from Star Trek VI (1/3)
  122. What next? [npq]
  123.  
  124. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  125. We have decided to get both of these pictures.
  126. Remember, we want to retrieve the articles in the correct sequence:
  127.     homers01.gif (1/3)
  128.     homers01.gif (2/3)
  129.     homers01.gif (3/3)
  130.     Star Trek VI (1/3)
  131.     Star Trek VI (2/3)
  132.     Star Trek VI (3/3)
  133.  
  134.  This means that we want to get the articles in this order:
  135.     1980
  136.     1981
  137.     1982
  138.     2000
  139.     1998
  140.     1999
  141.  
  142. Since these are out of sequence, we will request each one by its article number.
  143.  
  144. We will save the article to our own personal "News" directory maintained on the UNIX
  145. machine.  This is why that directory exists.  You may think of a directory as being similar
  146. to a Mac folder.  The command to save to this directory is:
  147.  
  148.     S ./ChooseAFileName
  149.  
  150. ...where ChooseAFileName is a file name that we want this picture to be saved to.
  151.  
  152. If the file name already exists, our new article will be appended to the end of it.  This is
  153. very useful since we will be saving both of our gifs (all 6 parts) to the same file.  We
  154. will name our file - "WedPics."
  155.  
  156. We can use a dash "-" to select a range of articles and a comma "," as an article separator
  157. in our save command.
  158.  
  159. The save command listed below then means:
  160.      - Select articles 1980 thru 1982
  161.      - Also select articles 2000, 1998 and 1999 (ordered as listed here)
  162.      - Save them all to the file "WedPics" in my "News" directory.
  163.  
  164. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  165.  
  166. What next? [npq] <1980-1982,2000,1998,1999 S ./WedPics>   {Here's the save command}
  167.  
  168. 1980
  169. File /usr2/jstrobel/News/./WedPics doesn't exist--
  170.         use mailbox format? [ynq] <n>                             {no, we won't use mailbox format}
  171. Saved to file /usr2/jstrobel/News/./WedPics
  172. 1981    Appended to file /usr2/jstrobel/News/./WedPics
  173. 1982    Appended to file /usr2/jstrobel/News/./WedPics
  174. 2000    Appended to file /usr2/jstrobel/News/./WedPics
  175. 1998    Appended to file /usr2/jstrobel/News/./WedPics
  176. 1999    Appended to file /usr2/jstrobel/News/./WedPics
  177.  
  178.  
  179. What next? [npq] <q>                        {quit}
  180. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  181. We have just quit (exited) the alt.binaries.pictures.misc section
  182. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  183.  
  184. ********   4 unread articles in alt.books.technical--read now? [ynq] <q>     {quit}
  185. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  186. We just ended our Read News session.
  187.  
  188. We should now have 1 file called "WedPics" in our "News" directory.
  189.  
  190. First we will find out which directory we are in.
  191. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  192.  
  193. board% <pwd>        {"pwd" will show us our path to our current working directory}
  194. /usr2/jstrobel
  195.  
  196. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  197. Each "/" is a change to a lower nested directory.  We are in the directory - "jstrobel"
  198. "ls" will give us a short listing of the items in our directory.
  199. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  200. board% <ls>
  201. Mail    News    mbox
  202.  
  203. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  204. We will now change our directory to our "News" directory so that we can see our file
  205. and download it.
  206.  
  207. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  208.  
  209. board% <cd News>
  210.  
  211. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  212. "ls -l" will give us a long listing of the items in our directory with sizes.
  213. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  214. board% <ls -l>
  215. total 265
  216. -rw-------  1 jstrobel   265833 Jan 22 08:42 WedPics
  217.  
  218. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  219. We will download our file first with zmodem.  Zmodem is by far the best protocol to
  220. use if both you and the board you are calling support it.  The command to use to invoke
  221. zmodem is "sz filename" (no quotes).
  222. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  223. board% <sz WedPics>
  224. sz: 1 file requested:
  225. WedPics
  226. **B00000000000000        {file has been received}
  227.  
  228. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  229. Since you might not have access to zmodem, we will try xmodem.   The command to use to
  230. invoke xmodem is "sx filename" (no quotes).  After typing the xmodem command, you will
  231. have to issue a command to your local telecommunications program (Microphone or White
  232. Knight, etc.) by selecting the menu item "Receive File xmodem" (or something like that).
  233. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  234.  
  235. board% <sx WedPics>
  236. sending WedPics, 412 blocks: Give your local XMODEM receive command now.
  237.  
  238. {file has been received}
  239.  
  240. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  241. To hang up issue the command "logout."
  242. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  243.  
  244. board% <logout>
  245.  
  246. NO CARRIER
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.